3.1970 \(\int \frac{1}{a+\frac{b}{x^3}} \, dx\)

Optimal. Leaf size=119 \[ \frac{\sqrt [3]{b} \log \left (a^{2/3} x^2-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3}\right )}{6 a^{4/3}}-\frac{\sqrt [3]{b} \log \left (\sqrt [3]{a} x+\sqrt [3]{b}\right )}{3 a^{4/3}}+\frac{\sqrt [3]{b} \tan ^{-1}\left (\frac{\sqrt [3]{b}-2 \sqrt [3]{a} x}{\sqrt{3} \sqrt [3]{b}}\right )}{\sqrt{3} a^{4/3}}+\frac{x}{a} \]

[Out]

x/a + (b^(1/3)*ArcTan[(b^(1/3) - 2*a^(1/3)*x)/(Sqrt[3]*b^(1/3))])/(Sqrt[3]*a^(4/3)) - (b^(1/3)*Log[b^(1/3) + a
^(1/3)*x])/(3*a^(4/3)) + (b^(1/3)*Log[b^(2/3) - a^(1/3)*b^(1/3)*x + a^(2/3)*x^2])/(6*a^(4/3))

________________________________________________________________________________________

Rubi [A]  time = 0.0660836, antiderivative size = 119, normalized size of antiderivative = 1., number of steps used = 8, number of rules used = 8, integrand size = 9, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.889, Rules used = {193, 321, 200, 31, 634, 617, 204, 628} \[ \frac{\sqrt [3]{b} \log \left (a^{2/3} x^2-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3}\right )}{6 a^{4/3}}-\frac{\sqrt [3]{b} \log \left (\sqrt [3]{a} x+\sqrt [3]{b}\right )}{3 a^{4/3}}+\frac{\sqrt [3]{b} \tan ^{-1}\left (\frac{\sqrt [3]{b}-2 \sqrt [3]{a} x}{\sqrt{3} \sqrt [3]{b}}\right )}{\sqrt{3} a^{4/3}}+\frac{x}{a} \]

Antiderivative was successfully verified.

[In]

Int[(a + b/x^3)^(-1),x]

[Out]

x/a + (b^(1/3)*ArcTan[(b^(1/3) - 2*a^(1/3)*x)/(Sqrt[3]*b^(1/3))])/(Sqrt[3]*a^(4/3)) - (b^(1/3)*Log[b^(1/3) + a
^(1/3)*x])/(3*a^(4/3)) + (b^(1/3)*Log[b^(2/3) - a^(1/3)*b^(1/3)*x + a^(2/3)*x^2])/(6*a^(4/3))

Rule 193

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Int[x^(n*p)*(b + a/x^n)^p, x] /; FreeQ[{a, b}, x] && LtQ[n, 0]
 && IntegerQ[p]

Rule 321

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c^(n - 1)*(c*x)^(m - n + 1)*(a + b*x^n
)^(p + 1))/(b*(m + n*p + 1)), x] - Dist[(a*c^n*(m - n + 1))/(b*(m + n*p + 1)), Int[(c*x)^(m - n)*(a + b*x^n)^p
, x], x] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0] && GtQ[m, n - 1] && NeQ[m + n*p + 1, 0] && IntBinomialQ[a, b,
 c, n, m, p, x]

Rule 200

Int[((a_) + (b_.)*(x_)^3)^(-1), x_Symbol] :> Dist[1/(3*Rt[a, 3]^2), Int[1/(Rt[a, 3] + Rt[b, 3]*x), x], x] + Di
st[1/(3*Rt[a, 3]^2), Int[(2*Rt[a, 3] - Rt[b, 3]*x)/(Rt[a, 3]^2 - Rt[a, 3]*Rt[b, 3]*x + Rt[b, 3]^2*x^2), x], x]
 /; FreeQ[{a, b}, x]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 634

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[(2*c*d - b*e)/(2*c), Int[1/(a +
 b*x + c*x^2), x], x] + Dist[e/(2*c), Int[(b + 2*c*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e}, x] &
& NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] &&  !NiceSqrtQ[b^2 - 4*a*c]

Rule 617

Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = 1 - 4*Simplify[(a*c)/b^2]}, Dist[-2/b, Sub
st[Int[1/(q - x^2), x], x, 1 + (2*c*x)/b], x] /; RationalQ[q] && (EqQ[q^2, 1] ||  !RationalQ[b^2 - 4*a*c])] /;
 FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 204

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTan[(Rt[-b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[-b, 2]), x] /
; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rubi steps

\begin{align*} \int \frac{1}{a+\frac{b}{x^3}} \, dx &=\int \frac{x^3}{b+a x^3} \, dx\\ &=\frac{x}{a}-\frac{b \int \frac{1}{b+a x^3} \, dx}{a}\\ &=\frac{x}{a}-\frac{\sqrt [3]{b} \int \frac{1}{\sqrt [3]{b}+\sqrt [3]{a} x} \, dx}{3 a}-\frac{\sqrt [3]{b} \int \frac{2 \sqrt [3]{b}-\sqrt [3]{a} x}{b^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+a^{2/3} x^2} \, dx}{3 a}\\ &=\frac{x}{a}-\frac{\sqrt [3]{b} \log \left (\sqrt [3]{b}+\sqrt [3]{a} x\right )}{3 a^{4/3}}+\frac{\sqrt [3]{b} \int \frac{-\sqrt [3]{a} \sqrt [3]{b}+2 a^{2/3} x}{b^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+a^{2/3} x^2} \, dx}{6 a^{4/3}}-\frac{b^{2/3} \int \frac{1}{b^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+a^{2/3} x^2} \, dx}{2 a}\\ &=\frac{x}{a}-\frac{\sqrt [3]{b} \log \left (\sqrt [3]{b}+\sqrt [3]{a} x\right )}{3 a^{4/3}}+\frac{\sqrt [3]{b} \log \left (b^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+a^{2/3} x^2\right )}{6 a^{4/3}}-\frac{\sqrt [3]{b} \operatorname{Subst}\left (\int \frac{1}{-3-x^2} \, dx,x,1-\frac{2 \sqrt [3]{a} x}{\sqrt [3]{b}}\right )}{a^{4/3}}\\ &=\frac{x}{a}+\frac{\sqrt [3]{b} \tan ^{-1}\left (\frac{\sqrt [3]{b}-2 \sqrt [3]{a} x}{\sqrt{3} \sqrt [3]{b}}\right )}{\sqrt{3} a^{4/3}}-\frac{\sqrt [3]{b} \log \left (\sqrt [3]{b}+\sqrt [3]{a} x\right )}{3 a^{4/3}}+\frac{\sqrt [3]{b} \log \left (b^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+a^{2/3} x^2\right )}{6 a^{4/3}}\\ \end{align*}

Mathematica [A]  time = 0.0160645, size = 108, normalized size = 0.91 \[ \frac{\sqrt [3]{b} \log \left (a^{2/3} x^2-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3}\right )-2 \sqrt [3]{b} \log \left (\sqrt [3]{a} x+\sqrt [3]{b}\right )+2 \sqrt{3} \sqrt [3]{b} \tan ^{-1}\left (\frac{1-\frac{2 \sqrt [3]{a} x}{\sqrt [3]{b}}}{\sqrt{3}}\right )+6 \sqrt [3]{a} x}{6 a^{4/3}} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b/x^3)^(-1),x]

[Out]

(6*a^(1/3)*x + 2*Sqrt[3]*b^(1/3)*ArcTan[(1 - (2*a^(1/3)*x)/b^(1/3))/Sqrt[3]] - 2*b^(1/3)*Log[b^(1/3) + a^(1/3)
*x] + b^(1/3)*Log[b^(2/3) - a^(1/3)*b^(1/3)*x + a^(2/3)*x^2])/(6*a^(4/3))

________________________________________________________________________________________

Maple [A]  time = 0.002, size = 99, normalized size = 0.8 \begin{align*}{\frac{x}{a}}-{\frac{b}{3\,{a}^{2}}\ln \left ( x+\sqrt [3]{{\frac{b}{a}}} \right ) \left ({\frac{b}{a}} \right ) ^{-{\frac{2}{3}}}}+{\frac{b}{6\,{a}^{2}}\ln \left ({x}^{2}-\sqrt [3]{{\frac{b}{a}}}x+ \left ({\frac{b}{a}} \right ) ^{{\frac{2}{3}}} \right ) \left ({\frac{b}{a}} \right ) ^{-{\frac{2}{3}}}}-{\frac{b\sqrt{3}}{3\,{a}^{2}}\arctan \left ({\frac{\sqrt{3}}{3} \left ( 2\,{x{\frac{1}{\sqrt [3]{{\frac{b}{a}}}}}}-1 \right ) } \right ) \left ({\frac{b}{a}} \right ) ^{-{\frac{2}{3}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a+b/x^3),x)

[Out]

x/a-1/3*b/a^2/(b/a)^(2/3)*ln(x+(b/a)^(1/3))+1/6*b/a^2/(b/a)^(2/3)*ln(x^2-(b/a)^(1/3)*x+(b/a)^(2/3))-1/3*b/a^2/
(b/a)^(2/3)*3^(1/2)*arctan(1/3*3^(1/2)*(2/(b/a)^(1/3)*x-1))

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b/x^3),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 1.50063, size = 254, normalized size = 2.13 \begin{align*} \frac{2 \, \sqrt{3} \left (-\frac{b}{a}\right )^{\frac{1}{3}} \arctan \left (\frac{2 \, \sqrt{3} a x \left (-\frac{b}{a}\right )^{\frac{2}{3}} - \sqrt{3} b}{3 \, b}\right ) - \left (-\frac{b}{a}\right )^{\frac{1}{3}} \log \left (x^{2} + x \left (-\frac{b}{a}\right )^{\frac{1}{3}} + \left (-\frac{b}{a}\right )^{\frac{2}{3}}\right ) + 2 \, \left (-\frac{b}{a}\right )^{\frac{1}{3}} \log \left (x - \left (-\frac{b}{a}\right )^{\frac{1}{3}}\right ) + 6 \, x}{6 \, a} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b/x^3),x, algorithm="fricas")

[Out]

1/6*(2*sqrt(3)*(-b/a)^(1/3)*arctan(1/3*(2*sqrt(3)*a*x*(-b/a)^(2/3) - sqrt(3)*b)/b) - (-b/a)^(1/3)*log(x^2 + x*
(-b/a)^(1/3) + (-b/a)^(2/3)) + 2*(-b/a)^(1/3)*log(x - (-b/a)^(1/3)) + 6*x)/a

________________________________________________________________________________________

Sympy [A]  time = 0.405454, size = 22, normalized size = 0.18 \begin{align*} \operatorname{RootSum}{\left (27 t^{3} a^{4} + b, \left ( t \mapsto t \log{\left (- 3 t a + x \right )} \right )\right )} + \frac{x}{a} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b/x**3),x)

[Out]

RootSum(27*_t**3*a**4 + b, Lambda(_t, _t*log(-3*_t*a + x))) + x/a

________________________________________________________________________________________

Giac [A]  time = 1.25554, size = 150, normalized size = 1.26 \begin{align*} \frac{\left (-\frac{b}{a}\right )^{\frac{1}{3}} \log \left ({\left | x - \left (-\frac{b}{a}\right )^{\frac{1}{3}} \right |}\right )}{3 \, a} + \frac{x}{a} - \frac{\sqrt{3} \left (-a^{2} b\right )^{\frac{1}{3}} \arctan \left (\frac{\sqrt{3}{\left (2 \, x + \left (-\frac{b}{a}\right )^{\frac{1}{3}}\right )}}{3 \, \left (-\frac{b}{a}\right )^{\frac{1}{3}}}\right )}{3 \, a^{2}} - \frac{\left (-a^{2} b\right )^{\frac{1}{3}} \log \left (x^{2} + x \left (-\frac{b}{a}\right )^{\frac{1}{3}} + \left (-\frac{b}{a}\right )^{\frac{2}{3}}\right )}{6 \, a^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b/x^3),x, algorithm="giac")

[Out]

1/3*(-b/a)^(1/3)*log(abs(x - (-b/a)^(1/3)))/a + x/a - 1/3*sqrt(3)*(-a^2*b)^(1/3)*arctan(1/3*sqrt(3)*(2*x + (-b
/a)^(1/3))/(-b/a)^(1/3))/a^2 - 1/6*(-a^2*b)^(1/3)*log(x^2 + x*(-b/a)^(1/3) + (-b/a)^(2/3))/a^2